Welcome![Sign In][Sign Up]
Location:
Search - hash linux

Search list

[Crack HackLINUXMD5

Description: LINUX下使用Ansi C编写的MD5消息散列算法-LINUX use Ansi C prepared news MD5 hash algorithm
Platform: | Size: 3072 | Author: 李祖权 | Hits:

[Crack Hackblowfish

Description: 加密解密算法,一种hash函数,128位,linux下的源代码,用C语言编写-Encryption and decryption algorithm, a hash function, 128, linux under the source code, using C language
Platform: | Size: 8192 | Author: shilin | Hits:

[Linux-Unixuthash

Description: 在LINUX下实现对哈希表的操作,例如添加记录,查找,删除等-LINUX realize in the next operation on the hash table, such as adding records, search, delete, etc.
Platform: | Size: 34816 | Author: madeng | Hits:

[Linux-Unixgooglehash

Description: google hash table算法,api清晰好用,附有本人测试的example程序,linux gcc。-google hash table algorithm, api clear easy to use, with the example I am testing procedure, linux gcc.
Platform: | Size: 22528 | Author: tom | Hits:

[Linux-Unixlinux

Description: 1.(若知道进程号,那么可以通过HASH 表很快地找到该进程)2调度程序的提.3.(用户空间和内核空间动态内存-1. (If so, its process, then HASH table can quickly find the process) 2 scheduling procedures to .3. (User space and kernel space dynamic memory
Platform: | Size: 3072 | Author: soulpower | Hits:

[Mathimatics-Numerical algorithmslinux_hash

Description: Linux实现hash算法! 效率比较高-hash algorithm in linux!
Platform: | Size: 1024 | Author: 鲁凯 | Hits:

[OtherLinuxKernelHashTableBehaviorAnalysisandImprovemen

Description: Linux Kernel Hash Table Behavior Analysis and Improvements
Platform: | Size: 86016 | Author: 刘小小 | Hits:

[Linux-Unixhash

Description: 哈希表,linux c 编写。非常实用,简洁-Hash table, linux c preparation
Platform: | Size: 5120 | Author: 李世蓂 | Hits:

[Linux-Unixkyotocabinet-lua-1.13.tar

Description: 这是 kyoko cabinet C 库的Lua语言绑定的API接口。 kyoko cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表和b树组织。-Kyoto Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. Each key must be unique within a database. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree. The following access methods are provided to the database: storing a record with a key and a value, deleting a record by a key, retrieving a record by a key. Moreover, traversal access to every key are provided. These access methods are similar to ones of the original DBM (and its followers: NDBM and GDBM) library defined in the UNIX standard. Kyoto Cabinet is an alternative for the DBM because of its higher performance. Each operation of the hash database has the time complexity of "O(1)". Therefore, in theory, the performance is constant regardless of t
Platform: | Size: 93184 | Author: Jim Abuma | Hits:

[Linux-Unixhash_tree_linux

Description: linux下写的哈希树,用位计算进行哈希,树选用B+树,能直接应用于各种函数。-a hash tree written under linux , using bit calculation to hash, the tree used B+ tree,can be directly applied to a variety of functions.
Platform: | Size: 24576 | Author: caonima | Hits:

[Internet-Networklibmemcached-1.0.4.tar

Description: libmemcached 是一个 memcached 的库,客户端库,C 和 C++ 语言实现的客户端库,具有低内存占用率、线程安全、并提供对memcached功能的全面支持。它还采用 多种命令行工具: memcat , memflush , memrm , memstat ,并memslap (负载代)。程序库一直在设计,让不同的散列方法对密钥,分割的钥匙,并使用统一的散列分配。-libmemcached is a library for memcached client library, C and C++ language client library, with low memory usage, thread safe, and provides full support for memcached functions. It also uses a variety of command-line tool: memcat, memflush, memrm, memstat, and memslap (load generation). Library has been designed to allow different hashing methods on keys, split keys, and use uniform hash distribution.
Platform: | Size: 951296 | Author: yoyo | Hits:

[Linux-Unixlinux-crypto

Description: Array of hash algorithm speed in MByte per second.
Platform: | Size: 2048 | Author: duilinten | Hits:

[Linux-Unixlinux-crypto

Description: Array of hash algorithm speed in MByte per second.
Platform: | Size: 3072 | Author: kergnfg | Hits:

[Linux-Unixdcache

Description: quick string eases parameter passing, but more importantly saves metadata about the string (ie length and the hash).linux include linux dcache.h. -quick string eases parameter passing, but more importantly saves metadata about the string (ie length and the hash).linux include linux dcache.h.
Platform: | Size: 29696 | Author: laohhvn | Hits:

[Linux-UnixHash

Description: compute the hash of an item with a specific type for Linux v2.13.6.
Platform: | Size: 13312 | Author: fingnbmw | Hits:

[Linux-Unixhash

Description: Linux Device Driver: actual or intended publication of such source code.
Platform: | Size: 3072 | Author: xyyzye | Hits:

[ARM-PowerPC-ColdFire-MIPSELF动态解析符号过程

Description: 讲解了ELF文件动态解析符号的过程,以linux平台为例(The process of dynamic parsing of symbols in ELF files)
Platform: | Size: 118784 | Author: S.P. | Hits:

[Linux-Unix牛津英汉小词典

Description: 在Linux环境下,编写的英汉小词典--利用hash表(An English Chinese Dictionary written in Linux environment -- using the hash table)
Platform: | Size: 1024 | Author: 天空云 | Hits:

[Linux-UnixCloudYUNPAN-master

Description: 高效的半异步半同步模型(学习memchaced的网络模型)主进程负责用libevent监听套接字,并且按照哈希函数的分配法则将accept得到的fd分配给各个子进程,类似于一个小的负载均衡,hash=(一个count计数++ % 总进程数)(The efficient semi asynchronous semi synchronous model (learning memchaced network model) the main process is responsible for listening to the socket with libevent, and assigns the FD obtained by accept to the sub processes according to the allocation rule of the Hashi function, similar to a small load balance, hash= (a count count + +% total process number).)
Platform: | Size: 16384 | Author: haha10088 | Hits:

[OS DevelopHash Tables

Description: Multi platform (linux, windows, etc.) fast efficient hash table lookup code written in C
Platform: | Size: 9565 | Author: steelclip | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net